home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB Reference / Visual MSB Reference.rsrc / PICT_63.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  102KB  |  816x1056  |  16-bit (950 colors)
Labels: book | bulletin board | chat room | earth | hakham | monitor | reckoner | sky | web site
OCR: Printing This section describes how to send text and images to a printer in Visual MacStandardBasic Command Summary: PrintOpen Printclose NewPage Function Summary: var PageSetup( PrintSetup( PrintOpen This command will indicates that new document will be sent to the printer. This command must be used before attemptintp create print document. This first page of the print document IS now ready for text and graphics to printed there is more than one page in the print document use the NewPage command to indicate the end of the current page and create the next page PrintClose This command Iwill indicates that the current print document is complete and shoulo be sent to the printer NewPage This command is used in multiple page print documents. Use the NewPage command to indicate the end of the c ...